ServiceModelSecurityTokenRequirement.MessageDirectionProperty 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取令牌需求属性的密钥,其值为要使用的 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
属性值
获取令牌要求属性的密钥,其值为要使用的 MessageDirection 枚举成员。
注解
对应于此密钥的值的类型为 MessageDirection。 凭据实现可使用此属性来提供不同的令牌,用以处理请求和响应。 以下的凭据实现就是一个例子:终结点可以指定一个证书专门用来对传出消息进行签名,指定另一个证书专门供其他各方用来加密消息。