IdentityElement::Rsa Property

 

Gets an RSA identity.

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

public:
[ConfigurationPropertyAttribute("rsa")]
property RsaElement^ Rsa {
	RsaElement^ get();
}

Property Value

Type: System.ServiceModel.Configuration::RsaElement^

An RSA identity.

.NET Framework
Available since 3.0
Return to top
Show: