<serviceCredentials>
指定要用於驗證 (Authenticate) 服務的認證,以及用戶端認證的驗證 (Validation) 相關設定。
<<system.serviceModel>>
<behaviors>
<serviceBehaviors>
<serviceBehaviors> 的 <behavior>
<serviceCredentials>
<serviceCredentials type="String">
<clientCertificate>
</clientCertificate>
<issuedTokenAuthentication>
</issuedTokenAuthentication>
<peer>
</peer>
<secureConversationAuthentication>
</secureConversationAuthentication>
<serviceCertificate>
</serviceCertificate>
<userNameAuthentication>
</userNameAuthentication>
<windowsAuthentication>
</windowsAuthentication>
</serviceCredentials>
屬性和項目
屬性
屬性 | 描述 |
---|---|
type |
字串,指定這個組態項目的型別。 |
子項目
項目 | 描述 |
---|---|
指定當用戶端憑證可在超出範圍使用時,要使用的憑證。這個項目也會指定用戶端憑證驗證設定。此項目的型別為 X509InitiatorCertificateServiceElement。 |
|
指定這個服務的目前發行的語彙基元。此項目的型別為 IssuedTokenServiceElement。 |
|
指定對等節點的目前認證。此項目的型別為 PeerCredentialElement。 |
|
指定安全對話的目前認證。此項目的型別為 SecureConversationServiceElement。 |
|
指定服務用來識別本身的憑證。此項目的型別為 X509RecipientCertificateServiceElement。 |
|
指定使用者名稱密碼驗證的設定。此項目的型別為 UserNameServiceElement。 |
|
指定 Windows 認證驗證的設定。此項目的型別為 WindowsServiceElement。 |
父項目
項目 | 描述 |
---|---|
指定行為項目。 |
請參閱
參考
ServiceCredentialsElement
ServiceCredentials