LocalSecureStoreCredential Constructor
Constructs a new instance of the class.
Namespace: Microsoft.Office.BusinessData.Infrastructure.SecureStore
Assembly: Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.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 LocalSecureStoreCredential(credential, _
credentialType)
public LocalSecureStoreCredential(
SecureString credential,
SecureStoreCredentialType credentialType
)
Parameters
- credential
Type: System.Security.SecureString
The credential.
- credentialType
Type: Microsoft.BusinessData.Infrastructure.SecureStore.SecureStoreCredentialType
The credential type.
See Also
Reference
LocalSecureStoreCredential Class
LocalSecureStoreCredential Members
Microsoft.Office.BusinessData.Infrastructure.SecureStore Namespace