SessionSecurityToken.SecureConversationVersion Property

Definition

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

Uri

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.

Applies to