LargeBlobKey Property
LargeBlobKey
The large blob key for a credential. If this property is null, either the credential does not have a large blob key, or it does have a large blob key but it is not requested.
C#
public Nullable<ReadOnlyMemory<byte>> LargeBlobKey { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.ReadOnlyMemory<System.Byte>> |