SubjectAlternativeNameBuilder.Build(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an X509Extension object that represents the encoded subject alternative name extension.
public System.Security.Cryptography.X509Certificates.X509Extension Build (bool critical = false);
member this.Build : bool -> System.Security.Cryptography.X509Certificates.X509Extension
Public Function Build (Optional critical As Boolean = false) As X509Extension
Parameters
- critical
- Boolean
true
to mark the extension as Critical; otherwise, false
. The default value is false
.
Returns
An X509Extension object that represents the encoded subject alternative name extension.
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.