共用方式為


ServiceModelSecurityTokenTypes.SecureConversation 屬性

定義

取得字串,這個字串表示服務是否使用 WS-SecureConversation 驗證。

public:
 static property System::String ^ SecureConversation { System::String ^ get(); };
public static string SecureConversation { get; }
member this.SecureConversation : string
Public Shared ReadOnly Property SecureConversation As String

屬性值

String

表示服務是否使用 WS-SecureConversation 驗證的字串。

備註

WS-SecureConversation 規格建置在 WS-Security 和 WS-Policy 規格之上。 它在服務之間提供安全通訊。

適用於