SecurityTokenRequirement.PeerAuthenticationMode Property

Definition

Gets the name of the index in the Properties collection for a property that specifies the peer authentication method.

public:
 static property System::String ^ PeerAuthenticationMode { System::String ^ get(); };
public static string PeerAuthenticationMode { get; }
member this.PeerAuthenticationMode : string
Public Shared ReadOnly Property PeerAuthenticationMode As String

Property Value

String

The name of the index in the Properties collection for a property that specifies the peer authentication method.

Remarks

To add the capability to set the peer authentication mode, derive a class from SecurityTokenRequirement and expose a property or constructor. Within the constructor or property add the peer authentication mode to the Properties collection using the value of the PeerAuthenticationMode property as an index into the collection.

Applies to