SharedSecretElement.IssuerSecret Property

Definition

Gets or sets the issuer secret key.

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

Property Value

The issuer secret key.

Attributes

Applies to