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.

EndpointIdentity::CreateRsaIdentity Method

 

Creates an RSA identity.

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateRsaIdentity(String^)

Creates an RSA identity with the specified public key.

System_CAPS_pubmethodSystem_CAPS_staticCreateRsaIdentity(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.

Return to top
Show:
© 2017 Microsoft