次の方法で共有


TokenProviderElement.Name プロパティ

定義

指定した TokenProviderElement オブジェクトの名前を取得します。

[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

プロパティ値

指定された TokenProviderElement オブジェクトです。

属性

適用対象