Skip to content

Commit 14d811b

Browse files
authored
Add CryptographicException to docs of GetCertContentType
1 parent 5afc064 commit 14d811b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xml/System.Security.Cryptography.X509Certificates/X509Certificate2.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2047,6 +2047,7 @@ The certificate is encoded according to the IETF RFC 7468 "strict"
20472047
</remarks>
20482048
<exception cref="T:System.ArgumentException">
20492049
<paramref name="rawData" /> has a zero length or is <see langword="null" />.</exception>
2050+
<exception cref="T:System.Security.Cryptography.CryptographicException">The type of contents in <paramref name="rawData" /> could not be determined or is unknown.</exception>
20502051
</Docs>
20512052
</Member>
20522053
<Member MemberName="GetCertContentType">

0 commit comments

Comments
 (0)