ServiceModelSecurityTokenRequirement.MessageDirectionProperty 属性

定义

获取令牌需求属性的密钥,其值为要使用的 MessageDirection 枚举成员,该成员指示以何种方向发送的消息需要令牌提供程序:从客户端到服务器或从服务器到客户端。

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

属性值

String

获取令牌要求属性的密钥,其值为要使用的 MessageDirection 枚举成员。

注解

对应于此密钥的值的类型为 MessageDirection。 凭据实现可使用此属性来提供不同的令牌,用以处理请求和响应。 以下的凭据实现就是一个例子:终结点可以指定一个证书专门用来对传出消息进行签名,指定另一个证书专门供其他各方用来加密消息。

适用于