Pkcs9LocalKeyId Constructors
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.
Pkcs9LocalKeyId() |
Initializes a new instance of the Pkcs9LocalKeyId class with an empty key identifier value. |
Pkcs9LocalKeyId(Byte[]) |
Initializes a new instance of the Pkcs9LocalKeyId class with a key identifier specified by a byte array. |
Pkcs9LocalKeyId(ReadOnlySpan<Byte>) |
Initializes a new instance of the Pkcs9LocalKeyId class with a key identifier specified by a byte span. |
- Source:
- Pkcs9LocalKeyId.cs
- Source:
- Pkcs9LocalKeyId.cs
- Source:
- Pkcs9LocalKeyId.cs
- Source:
- Pkcs9LocalKeyId.cs
- Source:
- Pkcs9LocalKeyId.cs
- Source:
- Pkcs9LocalKeyId.cs
Initializes a new instance of the Pkcs9LocalKeyId class with an empty key identifier value.
public:
Pkcs9LocalKeyId();
public Pkcs9LocalKeyId();
Public Sub New ()
Applies to
.NET 10 (package-provided) and other versions
Product | Versions |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET Standard | 2.1 (package-provided) |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
- Source:
- Pkcs9LocalKeyId.cs
- Source:
- Pkcs9LocalKeyId.cs
- Source:
- Pkcs9LocalKeyId.cs
- Source:
- Pkcs9LocalKeyId.cs
- Source:
- Pkcs9LocalKeyId.cs
- Source:
- Pkcs9LocalKeyId.cs
Initializes a new instance of the Pkcs9LocalKeyId class with a key identifier specified by a byte array.
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[]
A byte array containing the key identifier.
See also
Applies to
.NET 10 (package-provided) and other versions
Product | Versions |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET Standard | 2.1 (package-provided) |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
- Source:
- Pkcs9LocalKeyId.cs
- Source:
- Pkcs9LocalKeyId.cs
- Source:
- Pkcs9LocalKeyId.cs
- Source:
- Pkcs9LocalKeyId.cs
- Source:
- Pkcs9LocalKeyId.cs
- Source:
- Pkcs9LocalKeyId.cs
Initializes a new instance of the Pkcs9LocalKeyId class with a key identifier specified by a byte span.
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>
A byte array containing the key identifier.
See also
Applies to
.NET 10 (package-provided) and other versions
Product | Versions |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET Standard | 2.1 (package-provided) |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: