ManifestSignatureInformation.StrongNameSignature プロパティ

定義

マニフェストの厳密な名前の署名の詳細を取得します。

public:
 property System::Security::Cryptography::StrongNameSignatureInformation ^ StrongNameSignature { System::Security::Cryptography::StrongNameSignatureInformation ^ get(); };
public System.Security.Cryptography.StrongNameSignatureInformation StrongNameSignature { get; }
member this.StrongNameSignature : System.Security.Cryptography.StrongNameSignatureInformation
Public ReadOnly Property StrongNameSignature As StrongNameSignatureInformation

プロパティ値

署名を格納している StrongNameSignature オブジェクト。厳密な名前の署名がない場合は null

適用対象