ServiceModelSecurityTokenTypes.MutualSslnego Property

Definition

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.

Applies to