SecurityTokenRequirement.PeerAuthenticationMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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; }
static member PeerAuthenticationMode : string
Public Shared ReadOnly Property PeerAuthenticationMode As String
Property Value
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.