ServiceCredentialsElement.SecureConversationAuthentication 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 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.