ICustomSignedAssertionProvider.Name 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.
Configuration friendly name of the custom signed assertion provider as it
will appear in the CustomSignedAssertionProviderName
Can be null
in which case developers will need to pass-in the fully
qualified name of the implementing class.
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String