IdentityElement.ServicePrincipalName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得服務主要名稱 (SPN) 身分識別。
public:
property System::ServiceModel::Configuration::ServicePrincipalNameElement ^ ServicePrincipalName { System::ServiceModel::Configuration::ServicePrincipalNameElement ^ get(); };
[System.Configuration.ConfigurationProperty("servicePrincipalName")]
public System.ServiceModel.Configuration.ServicePrincipalNameElement ServicePrincipalName { get; }
[System.Configuration.ConfigurationProperty("servicePrincipalName", Options=System.Configuration.ConfigurationPropertyOptions.None)]
public System.ServiceModel.Configuration.ServicePrincipalNameElement ServicePrincipalName { get; }
[<System.Configuration.ConfigurationProperty("servicePrincipalName")>]
member this.ServicePrincipalName : System.ServiceModel.Configuration.ServicePrincipalNameElement
[<System.Configuration.ConfigurationProperty("servicePrincipalName", Options=System.Configuration.ConfigurationPropertyOptions.None)>]
member this.ServicePrincipalName : System.ServiceModel.Configuration.ServicePrincipalNameElement
Public ReadOnly Property ServicePrincipalName As ServicePrincipalNameElement
屬性值
服務主要名稱 (SPN) 身分識別。
- 屬性