SessionSecurityToken.SecureConversationVersion 属性

定义

获取一个 URI,标识用于序列化此会话安全令牌的 WS 安全会话的版本。

public:
 property Uri ^ SecureConversationVersion { Uri ^ get(); };
public Uri SecureConversationVersion { get; }
member this.SecureConversationVersion : Uri
Public ReadOnly Property SecureConversationVersion As Uri

属性值

Uri

一个 URI,标识用于序列化此令牌的 WS 安全会话的版本。

注解

SessionSecurityTokenHandler 类支持 WS-Secure Conversation Feb2005 和 WS-Secure Conversation 1.3。 这些版本的 WS-Secure Conversation http://schemas.xmlsoap.org/ws/2005/02/sc 的 URI 分别为 和 http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512

适用于