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.​DSAKeyValue

Assembly: System.Security.Cryptography.Xml

Inheritance: object → KeyInfoClause → DSAKeyValue

Represents the <see cref="T:System.Security.Cryptography.DSA" /> private key of the <see langword="&lt;KeyInfo&gt;" /> element.

Properties

public DSA
Key
Gets or sets the key value represented by a <see cref="T:System.Security.Cryptography.DSA" /> object.

Methods

GetXml​()
Returns the XML representation of a <see cref="T:System.Security.Cryptography.Xml.DSAKeyValue" /> element.
Returns The XML representation of the <see cref="T:System.Security.Cryptography.Xml.DSAKeyValue" /> element.
public void
LoadXml​(Xml.​XmlElement value)
Loads a <see cref="T:System.Security.Cryptography.Xml.DSAKeyValue" /> state from an XML element.
value The XML element to load the <see cref="T:System.Security.Cryptography.Xml.DSAKeyValue" /> state from.
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object