다음을 통해 공유


SignerInfo.RemoveCounterSignature 메서드

정의

CounterSignerInfos 컬렉션에서 지정된 연대 서명을 제거합니다.

오버로드

RemoveCounterSignature(Int32)

RemoveCounterSignature(Int32) 메서드는 CounterSignerInfos 컬렉션의 지정된 인덱스에서 연대 서명을 제거합니다.

RemoveCounterSignature(SignerInfo)

RemoveCounterSignature(SignerInfo) 메서드는 지정된 SignerInfo 개체에 대한 연대 서명을 제거합니다.

RemoveCounterSignature(Int32)

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

Source:
SignerInfo.cs
Source:
SignerInfo.cs
Source:
SignerInfo.cs
Source:
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 참조가 전달된 경우

인수 값이 호출된 메서드로 정의한 허용 값 범위를 벗어난 경우

암호화 작업을 완료할 수 없는 경우

적용 대상