KeyInfoX509Data.AddSubjectKeyId Metodo

Definizione

Consente di aggiungere un identificatore SKI (Subject Key Identifier) all'oggetto KeyInfoX509Data.

Overload

AddSubjectKeyId(Byte[])

Consente di aggiungere la matrice di byte dell'identificatore SKI (Subject Key Identifier) all'oggetto KeyInfoX509Data.

AddSubjectKeyId(String)

Consente di aggiungere la stringa dell'identificatore SKI specificato all'oggetto KeyInfoX509Data.

Commenti

Gli identificatori di chiave del soggetto (SKU) sono un modo abbreviato per identificare i certificati che contengono una determinata chiave pubblica.

AddSubjectKeyId(Byte[])

Source:
KeyInfoX509Data.cs
Source:
KeyInfoX509Data.cs
Source:
KeyInfoX509Data.cs

Consente di aggiungere la matrice di byte dell'identificatore SKI (Subject Key Identifier) all'oggetto KeyInfoX509Data.

public:
 void AddSubjectKeyId(cli::array <System::Byte> ^ subjectKeyId);
public void AddSubjectKeyId (byte[] subjectKeyId);
member this.AddSubjectKeyId : byte[] -> unit
Public Sub AddSubjectKeyId (subjectKeyId As Byte())

Parametri

subjectKeyId
Byte[]

Matrice di byte che rappresenta l'identificatore SKI (Subject Key Identifier) da aggiungere all'oggetto KeyInfoX509Data.

Commenti

Gli identificatori di chiave del soggetto (SKU) sono un modo per identificare i certificati che contengono una determinata chiave pubblica.

Si applica a

AddSubjectKeyId(String)

Source:
KeyInfoX509Data.cs
Source:
KeyInfoX509Data.cs
Source:
KeyInfoX509Data.cs

Consente di aggiungere la stringa dell'identificatore SKI specificato all'oggetto KeyInfoX509Data.

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)

Parametri

subjectKeyId
String

Stringa che rappresenta l'identificatore SKI (Subject Key Identifier) da aggiungere all'oggetto KeyInfoX509Data.

Attributi

Commenti

Gli identificatori di chiave del soggetto (SKU) sono un modo abbreviato per identificare i certificati che contengono una determinata chiave pubblica.

Si applica a