Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class System.​Security.​Cryptography.​Xml.​RSAKeyValue
Assembly: System.Security.Cryptography.Xml
Inheritance: object → KeyInfoClause → RSAKeyValue
Represents the < <see langword="RSAKeyValue" /> > element of an XML signature.
Properties
public
RSA
Key
Gets or sets the instance of <see cref="T:System.Security.Cryptography.RSA" /> that holds the public key.
Methods
GetXml​()
Returns the XML representation of the <see cref="T:System.Security.Cryptography.RSA" /> key clause.
Returns The XML representation of the <see cref="T:System.Security.Cryptography.RSA" /> key clause.
public
void
LoadXml​(Xml.​XmlElement value)
Loads an <see cref="T:System.Security.Cryptography.RSA" /> key clause from an XML element.
value
The XML element from which to load the <see cref="T:System.Security.Cryptography.RSA" /> key clause.
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object