다음을 통해 공유


CryptographicAttributeObjectCollection.Remove 메서드

정의

컬렉션에서 지정된 CryptographicAttributeObject 개체를 제거합니다.

public:
 void Remove(System::Security::Cryptography::CryptographicAttributeObject ^ attribute);
public void Remove (System.Security.Cryptography.CryptographicAttributeObject attribute);
member this.Remove : System.Security.Cryptography.CryptographicAttributeObject -> unit
Public Sub Remove (attribute As CryptographicAttributeObject)

매개 변수

attribute
CryptographicAttributeObject

컬렉션에서 제거할 CryptographicAttributeObject 개체입니다.

예외

attribute이(가) null인 경우

적용 대상

추가 정보