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