ServiceNameElement::Name Property

 

Gets or sets the Service Provider Name (SPN) for this ServiceNameElement instance.

Namespace:   System.Security.Authentication.ExtendedProtection.Configuration
Assembly:  System (in System.dll)

public:
[ConfigurationPropertyAttribute("name")]
property String^ Name {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A String that contains the representation of SPN for this ServiceNameElement instance.

.NET Framework
Available since 2.0
Return to top
Show: