MBS Plugin Documentation
Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchie
New in Version 7.0 7.1 7.2 7.3 7.4 7.5 7.6 7.7 7.8 8.0 8.1 8.2 8.3 8.4 8.5 8.6 8.7 9.0
The list of the themes, classes, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
KeyChainRequestMBS.AccountName as string
property, KeyChain, MBS Mac Plugin (KeyChain), class KeyChainRequestMBS, Console safe, Plugin version: 2.6, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: A property for the name of the account.
Notes:
Only the first 255 characters will be used.
A string containing the account name. Pass "" to match any account name.
(Read and Write property)
property, KeyChain, MBS Mac Plugin (KeyChain), class KeyChainRequestMBS, Console safe, Plugin version: 2.6, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: A property for the name of the account.
Notes:
Only the first 255 characters will be used.
A string containing the account name. Pass "" to match any account name.
(Read and Write property)
KeyChainRequestMBS.AFPServerSignature as String
property, KeyChain, MBS Mac Plugin (KeyChain), class KeyChainRequestMBS, Console safe, Plugin version: 6.3, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: The AFP Server Signature.
Notes:
A string with a 16-byte Apple File Protocol server signature block. Pass "" to match any server signature. The Keychain Manager identifies the location for the password by the information passed in the serverAddress and serverSignature parameters. You must pass a valid value in at least one of these parameters.
This parameter is only used for the FindAppleSharePassword function and the AddAppleSharePassword function.
(Read and Write property)
property, KeyChain, MBS Mac Plugin (KeyChain), class KeyChainRequestMBS, Console safe, Plugin version: 6.3, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: The AFP Server Signature.
Notes:
A string with a 16-byte Apple File Protocol server signature block. Pass "" to match any server signature. The Keychain Manager identifies the location for the password by the information passed in the serverAddress and serverSignature parameters. You must pass a valid value in at least one of these parameters.
This parameter is only used for the FindAppleSharePassword function and the AddAppleSharePassword function.
(Read and Write property)
KeyChainRequestMBS.AuthType as string
property, KeyChain, MBS Mac Plugin (KeyChain), class KeyChainRequestMBS, Console safe, Plugin version: 2.6, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: A property for the authorisation type.
Notes:
This string must be exactly 4 bytes long.
Possible values:
(Read and Write property)
property, KeyChain, MBS Mac Plugin (KeyChain), class KeyChainRequestMBS, Console safe, Plugin version: 2.6, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: A property for the authorisation type.
Notes:
This string must be exactly 4 bytes long.
Possible values:
| kKCAuthTypeNTLM | "ntlm" | Specifies Windows NT LAN Manager authentication. |
| kKCAuthTypeMSN | "msna" | Specifies Microsoft Network authentication. |
| kKCAuthTypeDPA | "dpaa" | Specifies Distributed Password authentication. |
| kKCAuthTypeRPA | "rpaa" | Specifies Remote Password authentication. |
| kKCAuthTypeHTTPDigest | "httd" | Specifies HTTP Digest Access authentication. |
| kKCAuthTypeDefault | "dflt" | Specifies default authentication. |
class KeyChainRequestMBS
class, KeyChain, MBS Mac Plugin (KeyChain), class KeyChainRequestMBS, Console safe, Plugin version: 2.6, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: A class for parameters to several KeyChain functions.
Notes: The strings in the class are mostly limited to 255 characters.
class, KeyChain, MBS Mac Plugin (KeyChain), class KeyChainRequestMBS, Console safe, Plugin version: 2.6, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: A class for parameters to several KeyChain functions.
Notes: The strings in the class are mostly limited to 255 characters.
KeyChainRequestMBS.Password as string
property, KeyChain, MBS Mac Plugin (KeyChain), class KeyChainRequestMBS, Console safe, Plugin version: 2.6, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: A property for the password.
Notes:
This string may contain binary data.
(Read and Write property)
property, KeyChain, MBS Mac Plugin (KeyChain), class KeyChainRequestMBS, Console safe, Plugin version: 2.6, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: A property for the password.
Notes:
This string may contain binary data.
(Read and Write property)
KeyChainRequestMBS.Path as string
property, KeyChain, MBS Mac Plugin (KeyChain), class KeyChainRequestMBS, Console safe, Plugin version: 2.6, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: A property for the path.
Notes:
Only the first 255 characters will be used.
(Read and Write property)
property, KeyChain, MBS Mac Plugin (KeyChain), class KeyChainRequestMBS, Console safe, Plugin version: 2.6, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: A property for the path.
Notes:
Only the first 255 characters will be used.
(Read and Write property)
KeyChainRequestMBS.Port as integer
property, KeyChain, MBS Mac Plugin (KeyChain), class KeyChainRequestMBS, Console safe, Plugin version: 2.6, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: A property for the TCP/IP port.
Notes:
Value 0 for any port.
(Read and Write property)
property, KeyChain, MBS Mac Plugin (KeyChain), class KeyChainRequestMBS, Console safe, Plugin version: 2.6, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: A property for the TCP/IP port.
Notes:
Value 0 for any port.
(Read and Write property)
KeyChainRequestMBS.Protocol as string
property, KeyChain, MBS Mac Plugin (KeyChain), class KeyChainRequestMBS, Console safe, Plugin version: 2.6, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: A property for the protocol type.
Notes:
This string must be exactly 4 bytes long.
Possible values:
(Read and Write property)
property, KeyChain, MBS Mac Plugin (KeyChain), class KeyChainRequestMBS, Console safe, Plugin version: 2.6, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: A property for the protocol type.
Notes:
This string must be exactly 4 bytes long.
Possible values:
| kKCProtocolTypeFTP | "ftp " | Specifies the File Transfer Protocol. |
| kKCProtocolTypeFTPAccount | "ftpa" | Specifies the File Transfer Protocol Account. |
| kKCProtocolTypeHTTP | "http" | Specifies the HyperText Transfer Protocol. |
| kKCProtocolTypeIRC | "irc " | Specifies the Internet Relay Channel Protocol. |
| kKCProtocolTypeNNTP | "nntp" | Specifies the Network News Transfer Protocol. |
| kKCProtocolTypePOP3 | "pop3" | Specifies the Post Office 3 Protocol. |
| kKCProtocolTypeSMTP | "smtp" | Specifies the Simple Mail Transfer Protocol. |
| kKCProtocolTypeSOCKS | "sox " | Specifies the Secure Proxy Server Protocol. |
| kKCProtocolTypeIMAP | "imap" | Specifies the Internet Message Access Protocol. |
| kKCProtocolTypeLDAP | "ldap" | Specifies the Lightweight Directory Access Protocol. |
| kKCProtocolTypeAppleTalk | "atlk" | Specifies the AppleTalk Protocol. |
| kKCProtocolTypeAFP | "afp " | Specifies the AppleTalk File Protocol. |
| kKCProtocolTypeTelnet | "teln" | Specifies the Telnet Protocol. |
KeyChainRequestMBS.SecurityDomain as string
property, KeyChain, MBS Mac Plugin (KeyChain), class KeyChainRequestMBS, Console safe, Plugin version: 2.6, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: A property for the security domain.
Notes:
Only the first 255 characters will be used.
(Read and Write property)
property, KeyChain, MBS Mac Plugin (KeyChain), class KeyChainRequestMBS, Console safe, Plugin version: 2.6, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: A property for the security domain.
Notes:
Only the first 255 characters will be used.
(Read and Write property)
KeyChainRequestMBS.ServerAddress as String
property, KeyChain, MBS Mac Plugin (KeyChain), class KeyChainRequestMBS, Console safe, Plugin version: 6.3, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: The server address.
Notes:
A string containing the server address, which may be specified as an AppleTalk zone name, a DNS domain name (in the format "xxx.yyy.zzz"), or an IP address (in the format "111.222.333.444"). The Keychain Manager identifies the location for the password by the information passed in the serverAddress and serverSignature parameters. You must pass a valid value in at least one of these parameters.
This parameter is only used for the FindAppleSharePassword function and the AddAppleSharePassword function.
(Read and Write property)
property, KeyChain, MBS Mac Plugin (KeyChain), class KeyChainRequestMBS, Console safe, Plugin version: 6.3, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: The server address.
Notes:
A string containing the server address, which may be specified as an AppleTalk zone name, a DNS domain name (in the format "xxx.yyy.zzz"), or an IP address (in the format "111.222.333.444"). The Keychain Manager identifies the location for the password by the information passed in the serverAddress and serverSignature parameters. You must pass a valid value in at least one of these parameters.
This parameter is only used for the FindAppleSharePassword function and the AddAppleSharePassword function.
(Read and Write property)
KeyChainRequestMBS.ServerName as string
property, KeyChain, MBS Mac Plugin (KeyChain), class KeyChainRequestMBS, Console safe, Plugin version: 2.6, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: A property for the name of the server.
Notes:
Only the first 255 characters will be used.
(Read and Write property)
property, KeyChain, MBS Mac Plugin (KeyChain), class KeyChainRequestMBS, Console safe, Plugin version: 2.6, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: A property for the name of the server.
Notes:
Only the first 255 characters will be used.
(Read and Write property)
KeyChainRequestMBS.ServiceName as string
property, KeyChain, MBS Mac Plugin (KeyChain), class KeyChainRequestMBS, Console safe, Plugin version: 2.6, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: A property for the service name.
Notes:
Only the first 255 characters will be used.
(Read and Write property)
property, KeyChain, MBS Mac Plugin (KeyChain), class KeyChainRequestMBS, Console safe, Plugin version: 2.6, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: A property for the service name.
Notes:
Only the first 255 characters will be used.
(Read and Write property)
KeyChainRequestMBS.VolumeName as String
property, KeyChain, MBS Mac Plugin (KeyChain), class KeyChainRequestMBS, Console safe, Plugin version: 6.3, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: the volume name of this Apple File Share.
Notes:
A string containing the volume name. Pass "" to match any volume name.
This parameter is only used for the FindAppleSharePassword function and the AddAppleSharePassword function.
(Read and Write property)
property, KeyChain, MBS Mac Plugin (KeyChain), class KeyChainRequestMBS, Console safe, Plugin version: 6.3, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: the volume name of this Apple File Share.
Notes:
A string containing the volume name. Pass "" to match any volume name.
This parameter is only used for the FindAppleSharePassword function and the AddAppleSharePassword function.
(Read and Write property)
The items on this page are in the following plugins: MBS Mac Plugin.
Monkeybread Software Realbasic Plugins - Förderverein St. Arnulf Nickenich