EncryptionPropertyCollection.Remove(EncryptionProperty) 메서드

정의

EncryptionProperty 개체에서 맨 처음 발견되는 특정 EncryptionPropertyCollection 개체를 제거합니다.

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

매개 변수

value
EncryptionProperty

EncryptionProperty 개체에서 제거할 EncryptionPropertyCollection 개체입니다.

적용 대상