RsaEndpointIdentity Class
Specifies an RSA identity for the service endpoint.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | RsaEndpointIdentity(Claim^) | Initializes a new instance of the RsaEndpointIdentity class from a claim. |
![]() | RsaEndpointIdentity(String^) | Initializes a new instance of the RsaEndpointIdentity class from a public key. |
![]() | RsaEndpointIdentity(X509Certificate2^) | Initializes a new instance of the RsaEndpointIdentity class. |
| Name | Description | |
|---|---|---|
![]() | IdentityClaim | Gets the identity claim that corresponds to the identity. (Inherited from EndpointIdentity.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Returns a value that determines whether a specified object is equal to the current identity object or if they have equal security properties.(Inherited from EndpointIdentity.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Provides a hash code for the current instance of the identity.(Inherited from EndpointIdentity.) |
![]() | GetType() | |
![]() | Initialize(Claim^) | Initializes an EndpointIdentity with the specified claim.(Inherited from EndpointIdentity.) |
![]() | Initialize(Claim^, IEqualityComparer<Claim^>^) | Initializes an EndpointIdentity with the specified claim and an interface and compares equality.(Inherited from EndpointIdentity.) |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns the identity.(Inherited from EndpointIdentity.) |
RSA is a public-key encryption algorithm used for signing and encrypting messages. It involves a public key known to everyone which is used for encrypting, and a private key that is used to decrypt messages.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


