Język

CngProperty Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy CngProperty.

Przeciążenia

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

Dotyczy