Pkcs9LocalKeyId Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| Name | Description |
|---|---|
| Pkcs9LocalKeyId() |
Initialiseert een nieuw exemplaar van de Pkcs9LocalKeyId klasse met een lege sleutel-id-waarde. |
| Pkcs9LocalKeyId(Byte[]) |
Initialiseert een nieuw exemplaar van de Pkcs9LocalKeyId klasse met een sleutel-id die is opgegeven door een bytematrix. |
| Pkcs9LocalKeyId(ReadOnlySpan<Byte>) |
Initialiseert een nieuw exemplaar van de Pkcs9LocalKeyId klasse met een sleutel-id die is opgegeven door een bytespanne. |
Pkcs9LocalKeyId()
- Bron:
- Pkcs9LocalKeyId.cs
- Bron:
- Pkcs9LocalKeyId.cs
- Bron:
- Pkcs9LocalKeyId.cs
- Bron:
- Pkcs9LocalKeyId.cs
- Bron:
- Pkcs9LocalKeyId.cs
- Bron:
- Pkcs9LocalKeyId.cs
- Bron:
- Pkcs9LocalKeyId.cs
- Bron:
- Pkcs9LocalKeyId.cs
Initialiseert een nieuw exemplaar van de Pkcs9LocalKeyId klasse met een lege sleutel-id-waarde.
public:
Pkcs9LocalKeyId();
public Pkcs9LocalKeyId();
Public Sub New ()
Van toepassing op
Pkcs9LocalKeyId(Byte[])
- Bron:
- Pkcs9LocalKeyId.cs
- Bron:
- Pkcs9LocalKeyId.cs
- Bron:
- Pkcs9LocalKeyId.cs
- Bron:
- Pkcs9LocalKeyId.cs
- Bron:
- Pkcs9LocalKeyId.cs
- Bron:
- Pkcs9LocalKeyId.cs
- Bron:
- Pkcs9LocalKeyId.cs
- Bron:
- Pkcs9LocalKeyId.cs
Initialiseert een nieuw exemplaar van de Pkcs9LocalKeyId klasse met een sleutel-id die is opgegeven door een bytematrix.
public:
Pkcs9LocalKeyId(cli::array <System::Byte> ^ keyId);
public Pkcs9LocalKeyId(byte[] keyId);
new System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId : byte[] -> System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId
Public Sub New (keyId As Byte())
Parameters
- keyId
- Byte[]
Een bytematrix met de sleutel-id.
Zie ook
Van toepassing op
Pkcs9LocalKeyId(ReadOnlySpan<Byte>)
- Bron:
- Pkcs9LocalKeyId.cs
- Bron:
- Pkcs9LocalKeyId.cs
- Bron:
- Pkcs9LocalKeyId.cs
- Bron:
- Pkcs9LocalKeyId.cs
- Bron:
- Pkcs9LocalKeyId.cs
- Bron:
- Pkcs9LocalKeyId.cs
- Bron:
- Pkcs9LocalKeyId.cs
- Bron:
- Pkcs9LocalKeyId.cs
Initialiseert een nieuw exemplaar van de Pkcs9LocalKeyId klasse met een sleutel-id die is opgegeven door een bytespanne.
public:
Pkcs9LocalKeyId(ReadOnlySpan<System::Byte> keyId);
public Pkcs9LocalKeyId(ReadOnlySpan<byte> keyId);
new System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId : ReadOnlySpan<byte> -> System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId
Public Sub New (keyId As ReadOnlySpan(Of Byte))
Parameters
- keyId
- ReadOnlySpan<Byte>
Een bytematrix met de sleutel-id.