ServiceModelSecurityTokenTypes.MutualSslnego 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 a string that indicates that the initiator and responder mutually authenticate each other using X.509 certificates.
public:
static property System::String ^ MutualSslnego { System::String ^ get(); };
public static string MutualSslnego { get; }
static member MutualSslnego : string
Public Shared ReadOnly Property MutualSslnego As String
Property Value
A string that indicates that the initiator and responder mutually authenticate each other using X.509 certificates.
Remarks
The responder's certificate is available from the SOAP SSL negotiation.