Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ClaimTypes::Spn Property

 

Gets the URI for a claim that specifies a service principal name (SPN) claim.

Namespace:   System.IdentityModel.Claims
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

public:
property String^ Spn {
	static String^ get();
}

Property Value

Type: System::String^

The URI for a claim that specifies a service principal name (SPN) claim.

The string returned by this property is http://schemas.xmlsoap.org/ws/2005/05/identity/claims/spn.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft