IUserAddCredential Method |
Add a credential. Only one credential per user currently allowed, so any previous credential will be erased.
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
SyntaxSOCredential AddCredential(
string credentialType,
string Secret,
string displayValue
)
Function AddCredential (
credentialType As String,
Secret As String,
displayValue As String
) As SOCredential
Dim instance As IUser
Dim credentialType As String
Dim Secret As String
Dim displayValue As String
Dim returnValue As SOCredential
returnValue = instance.AddCredential(credentialType,
Secret, displayValue)
SOCredential^ AddCredential(
[InAttribute] String^ credentialType,
[InAttribute] String^ Secret,
[InAttribute] String^ displayValue
)
Parameters
- credentialType
- Type: SystemString
- Secret
- Type: SystemString
- displayValue
- Type: SystemString
Return Value
Type:
SOCredential
See Also