SPIisSettings.ClaimsAuthenticationProviders property
在 Iis 網站,用於取得SPAuthenticationProvider物件的集合。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property ClaimsAuthenticationProviders As IEnumerable(Of SPAuthenticationProvider)
Get
'用途
Dim instance As SPIisSettings
Dim value As IEnumerable(Of SPAuthenticationProvider)
value = instance.ClaimsAuthenticationProviders
public IEnumerable<SPAuthenticationProvider> ClaimsAuthenticationProviders { get; }
Property value
Type: System.Collections.Generic.IEnumerable<SPAuthenticationProvider>
可列舉SPAuthenticationProvider集合。
備註
宣告是代表特定使用者、 應用程式、 電腦或其他實體的唯一識別碼。將包含位元的身分識別資訊,例如電子郵件地址、 名稱或保留時間下限。它可讓該實體不輸入其認證多次而取得多個資源,例如應用程式和網路資源的存取權。它也可讓驗證實體的要求的資源。
請參閱
參照
Microsoft.SharePoint.Administration namespace