You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<paramname="signerHashAlgorithm">To be added.</param>
1067
-
<paramname="options">To be added.</param>
1068
-
<paramname="signerSignaturePadding">To be added.</param>
1069
-
<summary>To be added.</summary>
1070
-
<returns>To be added.</returns>
1065
+
<paramname="pkcs10">The binary PKCS#10 signing request to load.</param>
1066
+
<paramname="signerHashAlgorithm">The hash algorithm to use when creating a certificate or new signing request.</param>
1067
+
<paramname="options">A bitwise combination of the enumeration values that specifies how to load the request.</param>
1068
+
<paramname="signerSignaturePadding">The RSA Signature Padding to use when creating a certificate from this request. For RSA signing certificates using the default signature generator, this parameter is required; otherwise, this parameter is ignored.</param>
1069
+
<summary>Loads a binary PKCS#10 signing request as a new CertificateRequest instance.</summary>
1070
+
<returns>A CertificateRequest instance which contains the information from the signing request.</returns>
1071
1071
<remarks>To be added.</remarks>
1072
+
<exceptioncref="T:System.ArgumentException">
1073
+
<paramrefname="signerHashAlgorithm" />.<seecref="P:System.Security.Cryptography.HashAlgorithmName.Name" /> is <seelangword="null" /> or <seecref="F:System.String.Empty" />.</exception>
1074
+
<exceptioncref="T:System.ArgumentNullException"><paramrefname="pkcs10" /> is <seelangword="null" />.</exception>
1075
+
<exceptioncref="T:System.ArgumentOutOfRangeException"><paramrefname="options"/> specifies a value that is not supported.</exception>
<paramname="signerHashAlgorithm">To be added.</param>
1104
-
<paramname="bytesConsumed">To be added.</param>
1105
-
<paramname="options">To be added.</param>
1106
-
<paramname="signerSignaturePadding">To be added.</param>
1107
-
<summary>To be added.</summary>
1108
-
<returns>To be added.</returns>
1113
+
<paramname="pkcs10">The binary PKCS#10 signing request to load.</param>
1114
+
<paramname="signerHashAlgorithm">The hash algorithm to use when creating a certificate or new signing request.</param>
1115
+
<paramname="bytesConsumed">When this method returns, contains a value that indicates the number of bytes read from <paramrefname="source" />. This parameter is treated as uninitialized.</param>
1116
+
<paramname="options">A bitwise combination of the enumeration values that specifies how to load the request.</param>
1117
+
<paramname="signerSignaturePadding">The RSA Signature Padding to use when creating a certificate from this request. For RSA signing certificates using the default signature generator, this parameter is required; otherwise, this parameter is ignored.</param>
1118
+
<summary>Loads a binary PKCS#10 signing request as a new CertificateRequest instance.</summary>
1119
+
<returns>A CertificateRequest instance which contains the information from the signing request.</returns>
1109
1120
<remarks>To be added.</remarks>
1121
+
<exceptioncref="T:System.ArgumentException">
1122
+
<paramrefname="signerHashAlgorithm" />.<seecref="P:System.Security.Cryptography.HashAlgorithmName.Name" /> is <seelangword="null" /> or <seecref="F:System.String.Empty" />.</exception>
1123
+
<exceptioncref="T:System.ArgumentNullException"><paramrefname="pkcs10" /> is <seelangword="null" />.</exception>
1124
+
<exceptioncref="T:System.ArgumentOutOfRangeException"><paramrefname="options"/> specifies a value that is not supported.</exception>
<paramname="signerHashAlgorithm">To be added.</param>
1141
-
<paramname="options">To be added.</param>
1142
-
<paramname="signerSignaturePadding">To be added.</param>
1143
-
<summary>To be added.</summary>
1144
-
<returns>To be added.</returns>
1161
+
<paramname="pkcs10Pem">The PEM-encoded PKCS#10 signing request to load.</param>
1162
+
<paramname="signerHashAlgorithm">The hash algorithm to use when creating a certificate or new signing request.</param>
1163
+
<paramname="options">A bitwise combination of the enumeration values that specifies how to load the request.</param>
1164
+
<paramname="signerSignaturePadding">The RSA Signature Padding to use when creating a certificate from this request. For RSA signing certificates using the default signature generator, this parameter is required; otherwise, this parameter is ignored.</param>
1165
+
<summary>Loads the first PEM-encoded PKCS#10 signing request from <paramrefname="pkcs10Pem"/> as a new CertificateRequest instance.</summary>
1166
+
<returns>A CertificateRequest instance which contains the information from the signing request.</returns>
1145
1167
<remarks>To be added.</remarks>
1168
+
<exceptioncref="T:System.ArgumentException">
1169
+
<paramrefname="signerHashAlgorithm" />.<seecref="P:System.Security.Cryptography.HashAlgorithmName.Name" /> is <seelangword="null" /> or <seecref="F:System.String.Empty" />.</exception>
1170
+
<exceptioncref="T:System.ArgumentNullException"><paramrefname="pkcs10" /> is <seelangword="null" />.</exception>
1171
+
<exceptioncref="T:System.ArgumentOutOfRangeException"><paramrefname="options"/> specifies a value that is not supported.</exception>
<paramname="signerHashAlgorithm">To be added.</param>
1177
-
<paramname="options">To be added.</param>
1178
-
<paramname="signerSignaturePadding">To be added.</param>
1179
-
<summary>To be added.</summary>
1180
-
<returns>To be added.</returns>
1212
+
<paramname="pkcs10Pem">The PEM-encoded PKCS#10 signing request to load.</param>
1213
+
<paramname="signerHashAlgorithm">The hash algorithm to use when creating a certificate or new signing request.</param>
1214
+
<paramname="options">A bitwise combination of the enumeration values that specifies how to load the request.</param>
1215
+
<paramname="signerSignaturePadding">The RSA Signature Padding to use when creating a certificate from this request. For RSA signing certificates using the default signature generator, this parameter is required; otherwise, this parameter is ignored.</param>
1216
+
<summary>Loads the first PEM-encoded PKCS#10 signing request from <paramrefname="pkcs10Pem"/> as a new CertificateRequest instance.</summary>
1217
+
<returns>A CertificateRequest instance which contains the information from the signing request.</returns>
1181
1218
<remarks>To be added.</remarks>
1219
+
<exceptioncref="T:System.ArgumentException">
1220
+
<paramrefname="signerHashAlgorithm" />.<seecref="P:System.Security.Cryptography.HashAlgorithmName.Name" /> is <seelangword="null" /> or <seecref="F:System.String.Empty" />.</exception>
1221
+
<exceptioncref="T:System.ArgumentNullException"><paramrefname="pkcs10" /> is <seelangword="null" />.</exception>
1222
+
<exceptioncref="T:System.ArgumentOutOfRangeException"><paramrefname="options"/> specifies a value that is not supported.</exception>
Copy file name to clipboardExpand all lines: xml/System.Security.Cryptography.X509Certificates/X500RelativeDistinguishedName.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@
36
36
<Parameters />
37
37
<Docs>
38
38
<summary>Gets the object identifier (OID) identifying the single attribute value for this Relative Distinguished Name (RDN), when the RDN only contains one attribute.</summary>
39
-
<returns>To be added.</returns>
39
+
<returns>The object identifier (OID) identifying the single attribute value for this Relative Distinguished Name (RDN).</returns>
40
40
<remarks>To be added.</remarks>
41
41
<exceptioncref="T:System.InvalidOperationException">The Relative Distinguished Name has multiple attributes (<seecref="P:System.Security.Cryptography.X509Certificates.X500RelativeDistinguishedName.HasMultipleElements" />
Copy file name to clipboardExpand all lines: xml/System.Security.Cryptography.X509Certificates/X509SubjectAlternativeNameExtension.xml
+20-12Lines changed: 20 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
</Base>
15
15
<Interfaces />
16
16
<Docs>
17
-
<summary>To be added.</summary>
17
+
<summary>Represents the Subject Alternative Name X.509 Extension (2.5.29.17).</summary>
18
18
<remarks>To be added.</remarks>
19
19
</Docs>
20
20
<Members>
@@ -31,7 +31,7 @@
31
31
</AssemblyInfo>
32
32
<Parameters />
33
33
<Docs>
34
-
<summary>To be added.</summary>
34
+
<summary>Initializes a new instance of the <seecref="T:System.Security.Cryptography.X509Certificates.X509SubjectAlternativeNameExtension" /> class.</summary>
35
35
<remarks>To be added.</remarks>
36
36
</Docs>
37
37
</Member>
@@ -51,10 +51,14 @@
51
51
<ParameterName="critical"Type="System.Boolean" />
52
52
</Parameters>
53
53
<Docs>
54
-
<paramname="rawData">To be added.</param>
55
-
<paramname="critical">To be added.</param>
56
-
<summary>To be added.</summary>
54
+
<paramname="rawData">The encoded data used to create the extension.</param>
55
+
<paramname="critical"><seelangword="true" /> if the extension is critical; otherwise, <seelangword="false" />. The default is <seelangword="false"/>.</param>
56
+
<summary>Initializes a new instance of the <seecref="T:System.Security.Cryptography.X509Certificates.X509SubjectAlternativeNameExtension" /> class from an encoded representation of the extension and an optional critical marker.</summary>
57
57
<remarks>To be added.</remarks>
58
+
<exceptioncref="T:System.ArgumentNullException">
59
+
<paramrefname="rawData" /> is <seelangword="null" />.</exception>
<paramrefname="rawData" /> did not decode as a Subject Alternative Name extension.</exception>
58
62
</Docs>
59
63
</Member>
60
64
<MemberMemberName=".ctor">
@@ -73,10 +77,12 @@
73
77
<ParameterName="critical"Type="System.Boolean" />
74
78
</Parameters>
75
79
<Docs>
76
-
<paramname="rawData">To be added.</param>
77
-
<paramname="critical">To be added.</param>
78
-
<summary>To be added.</summary>
80
+
<paramname="rawData">The encoded data used to create the extension.</param>
81
+
<paramname="critical"><seelangword="true" /> if the extension is critical; otherwise, <seelangword="false" />. The default is <seelangword="false"/>.</param>
82
+
<summary>Initializes a new instance of the <seecref="T:System.Security.Cryptography.X509Certificates.X509SubjectAlternativeNameExtension" /> class from an encoded representation of the extension and an optional critical marker.</summary>
0 commit comments