次の方法で共有


SignerInfo.RemoveCounterSignature メソッド

定義

指定された副署名を CounterSignerInfos コレクションから削除します。

オーバーロード

RemoveCounterSignature(Int32)

RemoveCounterSignature(Int32) メソッドは、指定されたインデックス位置にある副署名を CounterSignerInfos コレクションから削除します。

RemoveCounterSignature(SignerInfo)

RemoveCounterSignature(SignerInfo) メソッドは、指定された SignerInfo オブジェクトの副署名を削除します。

RemoveCounterSignature(Int32)

ソース:
SignerInfo.cs
ソース:
SignerInfo.cs
ソース:
SignerInfo.cs
ソース:
SignerInfo.cs

RemoveCounterSignature(Int32) メソッドは、指定されたインデックス位置にある副署名を CounterSignerInfos コレクションから削除します。

public:
 void RemoveCounterSignature(int index);
public void RemoveCounterSignature (int index);
member this.RemoveCounterSignature : int -> unit
Public Sub RemoveCounterSignature (index As Integer)

パラメーター

index
Int32

削除する副署名の、0 から始まるインデックス。

例外

暗号操作を完了できませんでした。

適用対象

RemoveCounterSignature(SignerInfo)

ソース:
SignerInfo.cs
ソース:
SignerInfo.cs
ソース:
SignerInfo.cs
ソース:
SignerInfo.cs

RemoveCounterSignature(SignerInfo) メソッドは、指定された SignerInfo オブジェクトの副署名を削除します。

public:
 void RemoveCounterSignature(System::Security::Cryptography::Pkcs::SignerInfo ^ counterSignerInfo);
public void RemoveCounterSignature (System.Security.Cryptography.Pkcs.SignerInfo counterSignerInfo);
member this.RemoveCounterSignature : System.Security.Cryptography.Pkcs.SignerInfo -> unit
Public Sub RemoveCounterSignature (counterSignerInfo As SignerInfo)

パラメーター

counterSignerInfo
SignerInfo

削除対象の副署名を表す SignerInfo オブジェクト。

例外

null 参照を有効な引数として受け付けないメソッドに null 参照が渡されました。

引数の値が、呼び出されたメソッドで定義されている許容範囲内に該当しません。

暗号操作を完了できませんでした。

適用対象