Pkcs9LocalKeyId 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
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. |
Pkcs9LocalKeyId()
- 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
Pkcs9LocalKeyId(Byte[])
- 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
Pkcs9LocalKeyId(ReadOnlySpan<Byte>)
- 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.