SessionSecurityToken.SecureConversationVersion プロパティ

定義

このセッション セキュリティ トークンをシリアル化するために使用する WS-Secure Conversation のバージョンを示す URI を取得します。

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

プロパティ値

Uri

このトークンをシリアル化するために使用する WS-Secure Conversation のバージョンを示す URI。

注釈

基底クラスでは SessionSecurityTokenHandler 、WS-Secure Conversation Feb2005 と WS-Secure Conversation 1.3 がサポートされています。 これらのバージョンの WS-Secure Conversation の URI はそれぞれ http://schemas.xmlsoap.org/ws/2005/02/schttp://docs.oasis-open.org/ws-sx/ws-secureconversation/200512です。

適用対象