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