CngProperty Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy CngProperty.
Przeciążenia
| Nazwa | Opis |
|---|---|
| CngProperty(String, Byte[], CngPropertyOptions) |
Inicjuje nowe wystąpienie CngProperty struktury. |
| CngProperty(String, ReadOnlySpan<Byte>, CngPropertyOptions) |
CngProperty(String, Byte[], CngPropertyOptions)
- Źródło:
- CngProperty.cs
- Źródło:
- CngProperty.cs
- Źródło:
- CngProperty.cs
- Źródło:
- CngProperty.cs
- Źródło:
- CngProperty.cs
Inicjuje nowe wystąpienie CngProperty struktury.
public:
CngProperty(System::String ^ name, cli::array <System::Byte> ^ value, System::Security::Cryptography::CngPropertyOptions options);
public CngProperty(string name, byte[]? value, System.Security.Cryptography.CngPropertyOptions options);
public CngProperty(string name, byte[] value, System.Security.Cryptography.CngPropertyOptions options);
new System.Security.Cryptography.CngProperty : string * byte[] * System.Security.Cryptography.CngPropertyOptions -> System.Security.Cryptography.CngProperty
Public Sub New (name As String, value As Byte(), options As CngPropertyOptions)
Parametry
- name
- String
Nazwa właściwości do zainicjowania.
- value
- Byte[]
Wartość właściwości do zainicjowania.
- options
- CngPropertyOptions
Bitowa kombinacja wartości wyliczenia określających sposób przechowywania właściwości.
Wyjątki
Parametr name ma wartość null.
Uwagi
Właściwości przechowywane z określonym zestawem flag wymagają tego samego zestawu CngPropertyOptions flag po ich pobraniu.
Dotyczy
CngProperty(String, ReadOnlySpan<Byte>, CngPropertyOptions)
- Źródło:
- CngProperty.cs
public:
CngProperty(System::String ^ name, ReadOnlySpan<System::Byte> value, System::Security::Cryptography::CngPropertyOptions options);
public CngProperty(string name, ReadOnlySpan<byte> value, System.Security.Cryptography.CngPropertyOptions options);
new System.Security.Cryptography.CngProperty : string * ReadOnlySpan<byte> * System.Security.Cryptography.CngPropertyOptions -> System.Security.Cryptography.CngProperty
Public Sub New (name As String, value As ReadOnlySpan(Of Byte), options As CngPropertyOptions)
Parametry
- name
- String
- value
- ReadOnlySpan<Byte>
- options
- CngPropertyOptions