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