Share via


TokenProviderElement.Name Property

Definition

Gets the name of the specified TokenProviderElement object.

[System.Configuration.ConfigurationProperty("name", IsKey=true, IsRequired=false)]
[System.Configuration.StringValidator(InvalidCharacters=" ", MinLength=0)]
public string Name { get; set; }
[<System.Configuration.ConfigurationProperty("name", IsKey=true, IsRequired=false)>]
[<System.Configuration.StringValidator(InvalidCharacters=" ", MinLength=0)>]
member this.Name : string with get, set
Public Property Name As String

Property Value

The specified TokenProviderElement object.

Attributes

Applies to