SharedSecretElement.IssuerName Property

Definition

Gets or sets the issuer name.

[System.Configuration.ConfigurationProperty("issuerName", IsRequired=true)]
[System.Configuration.StringValidator(MaxLength=128, MinLength=0)]
public string IssuerName { get; set; }
[<System.Configuration.ConfigurationProperty("issuerName", IsRequired=true)>]
[<System.Configuration.StringValidator(MaxLength=128, MinLength=0)>]
member this.IssuerName : string with get, set
Public Property IssuerName As String

Property Value

The issuer name.

Attributes

Applies to