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.
RsaEndpointIdentity Constructor (String^)
.NET Framework (current version)
Initializes a new instance of the RsaEndpointIdentity class from a public key.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- publicKey
-
Type:
System::String^
The public key.
| Exception | Condition |
|---|---|
| ArgumentNullException | publicKey is null. |
The public key is converted to an RSA claim and an endpoint identity is created by the method Initialize.
.NET Framework
Available since 3.0
Available since 3.0
Show: