ServiceCredentialsElement.SecureConversationAuthentication Property

Definition

Gets the current credentials for a secure conversation.

public:
 property System::ServiceModel::Configuration::SecureConversationServiceElement ^ SecureConversationAuthentication { System::ServiceModel::Configuration::SecureConversationServiceElement ^ get(); };
[System.Configuration.ConfigurationProperty("secureConversationAuthentication")]
public System.ServiceModel.Configuration.SecureConversationServiceElement SecureConversationAuthentication { get; }
[<System.Configuration.ConfigurationProperty("secureConversationAuthentication")>]
member this.SecureConversationAuthentication : System.ServiceModel.Configuration.SecureConversationServiceElement
Public ReadOnly Property SecureConversationAuthentication As SecureConversationServiceElement

Property Value

A SecureConversationServiceElement that specifies the current credentials for a secure conversation.

Attributes

Applies to