ServiceModelSecurityTokenRequirement.SecureConversationSecurityBindingElementProperty 属性

定义

获取令牌需求属性的密钥,其值为用于保护安全对话启动消息的安全绑定元素。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; }
member this.SecureConversationSecurityBindingElementProperty : string
Public Shared ReadOnly Property SecureConversationSecurityBindingElementProperty As String

属性值

String

令牌要求属性的密钥,其值表示用于保护安全对话启动消息的安全绑定元素。The key for the token requirement property whose value represents the security binding element to be used for securing the secure conversation bootstrap messages.

注解

对应于此密钥的值的类型为 SecurityBindingElementThe value that corresponds to this key is of type SecurityBindingElement.

适用于

另请参阅