13 references to CreateFromName
System.Security (13)
system\security\cryptography\xml\encryptedxml.cs (2)
398SymmetricAlgorithm symAlg = Utils.CreateFromName<SymmetricAlgorithm>(symmetricAlgorithmUri); 487SymmetricAlgorithm symAlg = Utils.CreateFromName<SymmetricAlgorithm>(encryptedKey.EncryptionMethod.KeyAlgorithm);
system\security\cryptography\xml\keyinfo.cs (1)
100KeyInfoClause keyInfoClause = Utils.CreateFromName<KeyInfoClause>(kicString);
system\security\cryptography\xml\reference.cs (2)
247Transform transform = Utils.CreateFromName<Transform>(algorithm); 321m_hashAlgorithm = Utils.CreateFromName<HashAlgorithm>(m_digestMethod);
system\security\cryptography\xml\signedinfo.cs (1)
96m_canonicalizationMethodTransform = Utils.CreateFromName<Transform>(this.CanonicalizationMethod);
system\security\cryptography\xml\signedxml.cs (3)
378SignatureDescription signatureDescription = Utils.CreateFromName<SignatureDescription>(SignedInfo.SignatureMethod); 600HMAC hmac = Utils.CreateFromName<HMAC>(SignatureMethod); 970SignatureDescription signatureDescription = Utils.CreateFromName<SignatureDescription>(SignatureMethod);
system\security\cryptography\xml\SignedXmlDebugLog.cs (3)
647HashAlgorithm hashAlgorithm = Utils.CreateFromName<HashAlgorithm>(reference.DigestMethod); 772HashAlgorithm hashAlgorithm = Utils.CreateFromName<HashAlgorithm>(reference.DigestMethod); 970HashAlgorithm hashAlgorithm = Utils.CreateFromName<HashAlgorithm>(reference.DigestMethod);
system\security\cryptography\xml\transform.cs (1)
180Transform transform = Utils.CreateFromName<Transform>(algorithm);