CredentialDescription.CustomSignedAssertionProviderData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extensibility. When used with SourceType = CustomSignedAssertion, this property specifies additional data that will be passed to the extension computing the signed assertion. This is meant for SDKs extending the credential description capabilities.
public System.Collections.Generic.Dictionary<string,object>? CustomSignedAssertionProviderData { get; set; }
member this.CustomSignedAssertionProviderData : System.Collections.Generic.Dictionary<string, obj> with get, set
Public Property CustomSignedAssertionProviderData As Dictionary(Of String, Object)