X509AsymmetricSecurityKey Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an asymmetric key for X.509 certificates.
public ref class X509AsymmetricSecurityKey : System::IdentityModel::Tokens::AsymmetricSecurityKey
public class X509AsymmetricSecurityKey : System.IdentityModel.Tokens.AsymmetricSecurityKey
type X509AsymmetricSecurityKey = class
inherit AsymmetricSecurityKey
Public Class X509AsymmetricSecurityKey
Inherits AsymmetricSecurityKey
- Inheritance
Constructors
X509AsymmetricSecurityKey(X509Certificate2) |
Initializes a new instance of the X509AsymmetricSecurityKey class using the specified X.509 certificate. |
Properties
KeySize |
Gets the size, in bits, of the public key associated with the X.509 certificate. |
Methods
DecryptKey(String, Byte[]) |
Decrypts the specified encrypted key using the specified cryptographic algorithm. |
EncryptKey(String, Byte[]) |
Encrypts the specified encrypted key using the specified cryptographic algorithm. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetAsymmetricAlgorithm(String, Boolean) |
Gets the specified asymmetric cryptographic algorithm. |
GetHashAlgorithmForSignature(String) |
Gets a cryptographic algorithm that generates a hash for a digital signature. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetSignatureDeformatter(String) |
Gets the de-formatter algorithm for the digital signature. |
GetSignatureFormatter(String) |
Gets the formatter algorithm for the digital signature. |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
HasPrivateKey() |
Gets a value that indicates whether the private key is a available. |
IsAsymmetricAlgorithm(String) |
Gets a value that indicates whether the specified algorithm uses asymmetric keys. |
IsSupportedAlgorithm(String) |
Gets a value that indicates whether the specified algorithm is supported by this class. |
IsSymmetricAlgorithm(String) |
Gets a value that indicates whether the specified algorithm uses symmetric keys. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |