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
Source:
KeyInfoX509Data.cs
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[]

表示要添加到对象的使用者键标识符(SKI)的 KeyInfoX509Data 字节数组。

注解

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

适用于

AddSubjectKeyId(String)

Source:
KeyInfoX509Data.cs
Source:
KeyInfoX509Data.cs
Source:
KeyInfoX509Data.cs
Source:
KeyInfoX509Data.cs
Source:
KeyInfoX509Data.cs
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

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

属性

注解

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

适用于