Share via


ServiceModelSecurityTokenTypes 類別

定義

表示由 WCF 所辨識的安全性權杖類型。

public ref class ServiceModelSecurityTokenTypes abstract sealed
public static class ServiceModelSecurityTokenTypes
type ServiceModelSecurityTokenTypes = class
Public Class ServiceModelSecurityTokenTypes
繼承
ServiceModelSecurityTokenTypes

備註

ServiceCredentialsSecurityTokenManagerClientCredentialsSecurityTokenManager 會使用此型別中的靜態字串,識別要根據權杖型別建立的權杖提供者和權杖驗證器。

屬性

AnonymousSslnego

取得字串,這個字串表示啟動器是匿名的,但是可以在 SOAP SSL 交涉過程中取得回應程式憑證。

MutualSslnego

取得字串,這個字串表示啟動器和回應程式會使用 X.509 憑證彼此相互驗證。

SecureConversation

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

SecurityContext

取得字串,這個字串表示服務是否使用 SOAP SecurityContext 驗證。

Spnego

取得字串,這個字串表示是否會透過 Windows Services SP Negotiation (SPNEGO) 通訊協定進行驗證。

SspiCredential

取得字串,這個字串表示是否使用 Windows 認證進行用戶端驗證。

適用於