Show / Hide Table of Contents

GetCredBlobExtension Method

GetCredBlobExtension()

Get the value of the "credBlob" extension. This returns the decoded value.

C#
public byte[] GetCredBlobExtension()

Returns

byte[]

A byte array containing the decoded "credBlob" extension.

Remarks

Because this extension is used more often, a dedicated method is provided as a convenience. There is no need for the caller to CBOR-decode the value for the key "credBlob".

If there is no "credBlob" extension, this method will return an empty byte array.

In this article
Back to top Generated by DocFX