Share via


KeyInfoX509Data.AddSubjectKeyId 方法

定义

将使用者密钥标识符 (SKI) 添加到 KeyInfoX509Data 对象中。

重载

AddSubjectKeyId(Byte[])

将指定的使用者密钥标识符 (SKI) 字节数组添加到 KeyInfoX509Data 对象中。

AddSubjectKeyId(String)

将指定的使用者密钥标识符 (SKI) 字符串添加到 KeyInfoX509Data 对象中。

注解

使用者密钥标识符 (SKU) 是标识包含特定公钥的证书的速记方法。

AddSubjectKeyId(Byte[])

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

将指定的使用者密钥标识符 (SKI) 字节数组添加到 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())

参数

subjectKeyId
Byte[]

一个字节数组,表示要添加到 KeyInfoX509Data 对象中的使用者密钥标识符 (SKI)。

注解

使用者密钥标识符 (SKU) 是标识包含特定公钥的证书的一种方式。

适用于

AddSubjectKeyId(String)

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

将指定的使用者密钥标识符 (SKI) 字符串添加到 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)

参数

subjectKeyId
String

一个字符串,表示要添加到 KeyInfoX509Data 对象中的使用者密钥标识符 (SKI)。

属性

注解

使用者密钥标识符 (SKU) 是标识包含特定公钥的证书的速记方法。

适用于