Show / Hide Table of Contents

LargeBlobKey Property

LargeBlobKey

The large blob key for a credential.

C#
public ReadOnlyMemory<byte>? LargeBlobKey { get; }

Property Value

Type Description
ReadOnlyMemory<byte>?

Remarks

Not all calls to get credential management data will return this element, hence, it can be null.

In this article
Back to top Generated by DocFX