7 types derived from KeyInfoClause
System.Security.Cryptography.Xml (7)
System\Security\Cryptography\Xml\DSAKeyValue.cs (1)
11public class DSAKeyValue : KeyInfoClause
System\Security\Cryptography\Xml\KeyInfoEncryptedKey.cs (1)
11public class KeyInfoEncryptedKey : KeyInfoClause
System\Security\Cryptography\Xml\KeyInfoName.cs (1)
8public class KeyInfoName : KeyInfoClause
System\Security\Cryptography\Xml\KeyInfoNode.cs (1)
9public class KeyInfoNode : KeyInfoClause
System\Security\Cryptography\Xml\KeyInfoRetrievalMethod.cs (1)
8public class KeyInfoRetrievalMethod : KeyInfoClause
System\Security\Cryptography\Xml\KeyInfoX509Data.cs (1)
12public class KeyInfoX509Data : KeyInfoClause
System\Security\Cryptography\Xml\RSAKeyValue.cs (1)
8public class RSAKeyValue : KeyInfoClause
6 references to KeyInfoClause
System.Security (1)
System.Security.cs (1)
54[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.KeyInfoClause))]
System.Security.Cryptography.Xml (5)
System\Security\Cryptography\Xml\KeyInfo.cs (4)
53XmlElement xmlElement = ((KeyInfoClause)_keyInfoClauses[i]!).GetXml(xmlDocument); 102KeyInfoClause? keyInfoClause = CryptoHelpers.CreateNonTransformFromName<KeyInfoClause>(kicString); 124public void AddClause(KeyInfoClause clause)
System\Security\Cryptography\Xml\SignedXml.cs (1)
528foreach (KeyInfoClause clause in KeyInfo)