ServiceModelSecurityTokenRequirement.SecureConversationSecurityBindingElementProperty Property

Definition

Gets the key for the token requirement property whose value is the security binding element used to secure the secure conversation bootstrap messages.

public:
 static property System::String ^ SecureConversationSecurityBindingElementProperty { System::String ^ get(); };
public static string SecureConversationSecurityBindingElementProperty { get; }
static member SecureConversationSecurityBindingElementProperty : string
Public Shared ReadOnly Property SecureConversationSecurityBindingElementProperty As String

Property Value

The key for the token requirement property whose value represents the security binding element to be used for securing the secure conversation bootstrap messages.

Remarks

The value that corresponds to this key is of type SecurityBindingElement.

Applies to

See also