SessionSecurityToken.SecureConversationVersion 属性
定义
获取一个 URI,标识用于序列化此会话安全令牌的 WS 安全会话的版本。Gets a URI that identifies the version of WS-Secure Conversation that is used to serialize this session security token.
public:
property Uri ^ SecureConversationVersion { Uri ^ get(); };
public Uri SecureConversationVersion { get; }
member this.SecureConversationVersion : Uri
Public ReadOnly Property SecureConversationVersion As Uri
属性值
一个 URI,标识用于序列化此令牌的 WS 安全会话的版本。The URI that identifies the version of WS-Secure Conversation that is used to serialize this token.
注解
SessionSecurityTokenHandler基类支持 Ws 安全会话 Feb2005 和 Ws 安全会话1.3。The SessionSecurityTokenHandler base class supports WS-Secure Conversation Feb2005 and WS-Secure Conversation 1.3. 这些版本的 WS 安全会话的 Uri 分别为 " http://schemas.xmlsoap.org/ws/2005/02/sc " 和 " http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512 "。The URIs for these versions of WS-Secure Conversation are "http://schemas.xmlsoap.org/ws/2005/02/sc" and "http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512", respectively.