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

See Also

Reference

SerializableSecureStoreCredential Class

SerializableSecureStoreCredential Members

Microsoft.Office.SecureStoreService.Server Namespace