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.
EndpointIdentity::CreateRsaIdentity Method
.NET Framework (current version)
Creates an RSA identity.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateRsaIdentity(String^) | Creates an RSA identity with the specified public key. |
![]() ![]() | CreateRsaIdentity(X509Certificate2^) | Creates an RSA identity with the specified X.509 certificate. |
A secure WCF client that connects to an endpoint with this identity verifies that the claims presented by the server contain a claim that contains the RSA public key used to construct this identity.
One of these static methods creates an instance of RsaEndpointIdentity by calling its constructor RsaEndpointIdentity.
Show:

