共用方式為


IdentityElement.ServicePrincipalName 屬性

定義

取得服務主要名稱 (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

屬性值

ServicePrincipalNameElement

服務主要名稱 (SPN) 身分識別。

屬性

適用於