Udostępnij za pośrednictwem


IssuerNameRegistryElement.Type Właściwość

Definicja

Pobiera lub ustawia ciąg reprezentujący Type rejestr nazw wystawców.

public:
 property System::String ^ Type { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("type", IsKey=false, IsRequired=false)]
[System.Configuration.StringValidator(MinLength=0)]
public string Type { get; set; }
[<System.Configuration.ConfigurationProperty("type", IsKey=false, IsRequired=false)>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.Type : string with get, set
Public Property Type As String

Wartość właściwości

Reprezentacja ciągu Type rejestru nazw wystawcy. Typ musi pochodzić z IssuerNameRegistry klasy.

Atrybuty

Uwagi

Ta właściwość jest opcjonalna. Odpowiada type atrybutowi <issuerNameRegistry> elementu. Jeśli nie zostanie określona, właściwość ma nullwartość , przyjmuje się typ ConfigurationBasedIssuerNameRegistry .

Dotyczy