diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2020-04-05 21:16:59 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2020-04-05 21:16:59 +0700 |
commit | 184077ebeabe315ec4dc13e2670868422f7b9594 (patch) | |
tree | 2178074db98529109b9d91e5e42e8c555bd904e8 /crypto/BouncyCastle.csproj | |
parent | Add OIW dsaWithSHA1 OID to 'noParams' (diff) | |
download | BouncyCastle.NET-ed25519-184077ebeabe315ec4dc13e2670868422f7b9594.tar.xz |
Add OtherName support and refactoring
Diffstat (limited to 'crypto/BouncyCastle.csproj')
-rw-r--r-- | crypto/BouncyCastle.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/BouncyCastle.csproj b/crypto/BouncyCastle.csproj index 0183d97ab..95a38e29b 100644 --- a/crypto/BouncyCastle.csproj +++ b/crypto/BouncyCastle.csproj @@ -429,6 +429,7 @@ <Compile Include="src\asn1\x509\NameConstraints.cs" /> <Compile Include="src\asn1\x509\NoticeReference.cs" /> <Compile Include="src\asn1\x509\ObjectDigestInfo.cs" /> + <Compile Include="src\asn1\x509\OtherName.cs" /> <Compile Include="src\asn1\x509\PolicyInformation.cs" /> <Compile Include="src\asn1\x509\PolicyMappings.cs" /> <Compile Include="src\asn1\x509\PolicyQualifierId.cs" /> |