Share via


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 Property Credential As Byte()
    Get
    Friend Set
'Usage
Dim instance As SerializableSecureStoreCredential
Dim value As Byte()

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

Property value

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

See also

Reference

SerializableSecureStoreCredential class

SerializableSecureStoreCredential members

Microsoft.Office.SecureStoreService.Server namespace