Move GeneralNameAsn from Pkcs to Common for sharing
authorFilip Navara <filip.navara@gmail.com>
Fri, 3 Aug 2018 05:24:30 +0000 (07:24 +0200)
committerJeremy Barton <jbarton@microsoft.com>
Fri, 3 Aug 2018 05:24:30 +0000 (22:24 -0700)
commitce2007c33f6575389a5d7e9e87b08b7c5d42b27e
treec5299b6a7c84fccf501f31ccb3a1bb6ddb03708e
parentbf249295641427ee6ef09bfa315e8621bcad6a74
Move GeneralNameAsn from Pkcs to Common for sharing

Commit migrated from https://github.com/dotnet/corefx/commit/23915a606017197aed1d24960096b532d24d626e
src/libraries/Common/src/System/Security/Cryptography/Asn1/GeneralNameAsn.cs [new file with mode: 0644]
src/libraries/System.Security.Cryptography.Encoding/tests/Asn1/Serializer/SimpleDeserialize.cs
src/libraries/System.Security.Cryptography.Encoding/tests/Asn1/Serializer/SimpleSerialize.cs
src/libraries/System.Security.Cryptography.Encoding/tests/Asn1/Serializer/X509DeserializeTests.cs
src/libraries/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.csproj
src/libraries/System.Security.Cryptography.Pkcs/src/System.Security.Cryptography.Pkcs.csproj
src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Asn1/GeneralName.cs [deleted file]
src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Asn1/Rfc3161TstInfo.cs
src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Asn1/SigningCertificateAsn.cs
src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs
src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs