SessionSecurityToken.SecureConversationVersion Egenskap

Definition

Hämtar en URI som identifierar den version av WS-Secure Konversation som används för att serialisera den här sessionssäkerhetstoken.

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

Egenskapsvärde

Uri

Den URI som identifierar den version av WS-Secure Konversation som används för att serialisera denna token.

Kommentarer

Basklassen SessionSecurityTokenHandler stöder WS-Secure Conversation Feb2005 och WS-Secure Conversation 1.3. URI:er för dessa versioner av WS-Secure Conversation är http://schemas.xmlsoap.org/ws/2005/02/sc respektive http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512.

Gäller för