Share via


Rfc3161TimestampTokenInfo.GetTimestampAuthorityName メソッド

定義

TSA 名識別のヒントを表すデータを取得します。

public:
 Nullable<ReadOnlyMemory<System::Byte>> GetTimestampAuthorityName();
public ReadOnlyMemory<byte>? GetTimestampAuthorityName ();
member this.GetTimestampAuthorityName : unit -> Nullable<ReadOnlyMemory<byte>>
Public Function GetTimestampAuthorityName () As Nullable(Of ReadOnlyMemory(Of Byte))

戻り値

TSA 名識別のヒントを表すデータ。

注釈

応答に署名したエンティティの実際の識別は、署名者情報の一部である属性内 SigningCertificate の証明書識別子 (ESSCertID 属性) を使用して常に発生します。

適用対象