SpnEndpointIdentityExtension.SpnName 属性

定义

获取或设置服务主体名称。Gets or sets the service principle name.

public:
 property System::String ^ SpnName { System::String ^ get(); void set(System::String ^ value); };
public string SpnName { get; set; }
member this.SpnName : string with get, set
Public Property SpnName As String

属性值

String

服务主体名称。The service principle name.

适用于