SessionSecurityToken.SecureConversationVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Property Value
The URI that identifies the version of WS-Secure Conversation that is used to serialize this token.
Remarks
The SessionSecurityTokenHandler base class supports WS-Secure Conversation Feb2005 and WS-Secure Conversation 1.3. 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.