SPIisWebServiceApplicationPool.GetSecurityIdentifier method
取得應用程式集區的身分識別。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Function GetSecurityIdentifier As SecurityIdentifier
'用途
Dim instance As SPIisWebServiceApplicationPool
Dim returnValue As SecurityIdentifier
returnValue = instance.GetSecurityIdentifier()
public SecurityIdentifier GetSecurityIdentifier()
傳回值
Type: System.Security.Principal.SecurityIdentifier
SecurityIdentifier 物件。
Exceptions
Exception | Condition |
---|---|
NotSupportedException | 不支援IdentityType所指定的識別碼類型。 |
請參閱
參照
SPIisWebServiceApplicationPool class