IdentityElement::ServicePrincipalName Property

 

Gets a service principal name (SPN) identity.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("servicePrincipalName")]
property ServicePrincipalNameElement^ ServicePrincipalName {
	ServicePrincipalNameElement^ get();
}

Property Value

Type: System.ServiceModel.Configuration::ServicePrincipalNameElement^

A service principal name (SPN) identity.

.NET Framework
Available since 3.0
Return to top
Show: