KeyInfoX509Data.AddSubjectKeyId Method
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.
Adds a subject key identifier (SKI) to the KeyInfoX509Data object.
Overloads
AddSubjectKeyId(Byte[]) |
Adds the specified subject key identifier (SKI) byte array to the KeyInfoX509Data object. |
AddSubjectKeyId(String) |
Adds the specified subject key identifier (SKI) string to the KeyInfoX509Data object. |
Remarks
Subject key identifiers (SKIs) are a shorthand way to identify certificates that contain a certain public key.
AddSubjectKeyId(Byte[])
- Source:
- KeyInfoX509Data.cs
- Source:
- KeyInfoX509Data.cs
- Source:
- KeyInfoX509Data.cs
- Source:
- KeyInfoX509Data.cs
- Source:
- KeyInfoX509Data.cs
Adds the specified subject key identifier (SKI) byte array to the KeyInfoX509Data object.
public:
void AddSubjectKeyId(cli::array <System::Byte> ^ subjectKeyId);
public void AddSubjectKeyId (byte[] subjectKeyId);
member this.AddSubjectKeyId : byte[] -> unit
Public Sub AddSubjectKeyId (subjectKeyId As Byte())
Parameters
- subjectKeyId
- Byte[]
A byte array that represents the subject key identifier (SKI) to add to the KeyInfoX509Data object.
Remarks
Subject key identifiers (SKIs) are a way of identifying certificates that contain a certain public key.
Applies to
AddSubjectKeyId(String)
- Source:
- KeyInfoX509Data.cs
- Source:
- KeyInfoX509Data.cs
- Source:
- KeyInfoX509Data.cs
- Source:
- KeyInfoX509Data.cs
- Source:
- KeyInfoX509Data.cs
Adds the specified subject key identifier (SKI) string to the KeyInfoX509Data object.
public:
void AddSubjectKeyId(System::String ^ subjectKeyId);
public void AddSubjectKeyId (string subjectKeyId);
[System.Runtime.InteropServices.ComVisible(false)]
public void AddSubjectKeyId (string subjectKeyId);
member this.AddSubjectKeyId : string -> unit
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.AddSubjectKeyId : string -> unit
Public Sub AddSubjectKeyId (subjectKeyId As String)
Parameters
- subjectKeyId
- String
A string that represents the subject key identifier (SKI) to add to the KeyInfoX509Data object.
- Attributes
Remarks
Subject key identifiers (SKIs) are a shorthand way to identify certificates that contain a certain public key.