IssuedSecurityTokenParameters::KeyType Property

 

Gets or sets the issued token key type.

Namespace:   System.ServiceModel.Security.Tokens
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property SecurityKeyType KeyType {
	SecurityKeyType get();
	void set(SecurityKeyType value);
}

Property Value

Type: System.IdentityModel.Tokens::SecurityKeyType

One of the SecurityKeyType values.

.NET Framework
Available since 3.0
Return to top
Show: