SubjectAlternativeNames Constructors
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.
Overloads
SubjectAlternativeNames() |
Initializes a new instance of the SubjectAlternativeNames class. |
SubjectAlternativeNames(IList<String>, IList<String>, IList<String>) |
Initializes a new instance of the SubjectAlternativeNames class. |
SubjectAlternativeNames()
- Source:
- SubjectAlternativeNames.cs
Initializes a new instance of the SubjectAlternativeNames class.
public SubjectAlternativeNames ();
Public Sub New ()
Applies to
SubjectAlternativeNames(IList<String>, IList<String>, IList<String>)
- Source:
- SubjectAlternativeNames.cs
Initializes a new instance of the SubjectAlternativeNames class.
public SubjectAlternativeNames (System.Collections.Generic.IList<string> emails = default, System.Collections.Generic.IList<string> dnsNames = default, System.Collections.Generic.IList<string> upns = default);
new Microsoft.Azure.KeyVault.Models.SubjectAlternativeNames : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.KeyVault.Models.SubjectAlternativeNames
Public Sub New (Optional emails As IList(Of String) = Nothing, Optional dnsNames As IList(Of String) = Nothing, Optional upns As IList(Of String) = Nothing)
Parameters
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET