7 types derived from KeyInfoClause
System.Security (7)
system\security\cryptography\xml\keyinfo.cs (7)
168public class KeyInfoName : KeyInfoClause { 215public class DSAKeyValue : KeyInfoClause { 303public class RSAKeyValue : KeyInfoClause { 366public class KeyInfoRetrievalMethod : KeyInfoClause { 429public class KeyInfoEncryptedKey : KeyInfoClause { 497public class KeyInfoX509Data : KeyInfoClause { 757public class KeyInfoNode : KeyInfoClause {
6 references to KeyInfoClause
System.Security (5)
system\security\cryptography\xml\keyinfo.cs (4)
62XmlElement xmlElement = ((KeyInfoClause) m_KeyInfoClauses[i]).GetXml(xmlDocument); 100KeyInfoClause keyInfoClause = Utils.CreateFromName<KeyInfoClause>(kicString); 122public void AddClause(KeyInfoClause clause) {
system\security\cryptography\xml\signedxml.cs (1)
486foreach (KeyInfoClause clause in this.KeyInfo) {
System.Windows.Forms (1)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (1)
498foreach (KeyInfoClause kic in keyInfo)