6 references to AsnEncodedData
System.Security.Cryptography (5)
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs9AttributeObject.cs (1)
37
:
base
(asnEncodedData)
System\Security\Cryptography\X509Certificates\PublicKey.cs (2)
35
EncodedParameters = parameters is null ? null : new
AsnEncodedData
(parameters);
36
EncodedKeyValue = new
AsnEncodedData
(keyValue);
System\Security\Cryptography\X509Certificates\X500DistinguishedName.cs (2)
34
:
base
(encodedDistinguishedName)
39
:
base
(distinguishedName)
System.Security.Cryptography.Pkcs (1)
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs9AttributeObject.cs (1)
37
:
base
(asnEncodedData)