SerializableSecureStoreCredential.Credential Property

Gets a byte array that represents the credential value.

Namespace:  Microsoft.Office.SecureStoreService.Server
Assembly:  Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)

Syntax

'Declaration
Public ReadOnly Property Credential As Byte()
    Get
'Usage
Dim instance As SerializableSecureStoreCredential
Dim value As Byte()

value = instance.Credential
public byte[] Credential { get; }

Property Value

Type: []
The byte array that represents the credential value.

See Also

Reference

SerializableSecureStoreCredential Class

SerializableSecureStoreCredential Members

Microsoft.Office.SecureStoreService.Server Namespace