SerializableSecureStoreCredential Constructor
Initializes a new instance of the SerializableSecureStoreCredential class with the specified secure string and credential type.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Sub New ( _
credential As SecureString, _
credentialType As SecureStoreCredentialType _
)
'Usage
Dim credential As SecureString
Dim credentialType As SecureStoreCredentialType
Dim instance As New SerializableSecureStoreCredential(credential, _
credentialType)
public SerializableSecureStoreCredential(
SecureString credential,
SecureStoreCredentialType credentialType
)
Parameters
credential
Type: System.Security.SecureStringA secure string that represents the specified credential value.
credentialType
Type: Microsoft.BusinessData.Infrastructure.SecureStore.SecureStoreCredentialTypeThe credential type.
See Also
Reference
SerializableSecureStoreCredential Class