UrlMembershipCondition 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
어셈블리의 URL을 테스트하여 어셈블리가 코드 그룹에 속하는지 여부를 확인합니다. 이 클래스는 상속될 수 없습니다.
public ref class UrlMembershipCondition sealed : System::Security::ISecurityEncodable, System::Security::Policy::IMembershipCondition
public ref class UrlMembershipCondition sealed : System::Security::Policy::IMembershipCondition
public ref class UrlMembershipCondition sealed
public sealed class UrlMembershipCondition : System.Security.ISecurityEncodable, System.Security.Policy.IMembershipCondition
[System.Serializable]
public sealed class UrlMembershipCondition : System.Security.Policy.IMembershipCondition
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class UrlMembershipCondition
type UrlMembershipCondition = class
interface ISecurityEncodable
interface IMembershipCondition
interface ISecurityPolicyEncodable
[<System.Serializable>]
type UrlMembershipCondition = class
interface IMembershipCondition
interface ISecurityEncodable
interface ISecurityPolicyEncodable
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type UrlMembershipCondition = class
interface IMembershipCondition
interface ISecurityEncodable
interface ISecurityPolicyEncodable
type UrlMembershipCondition = class
interface ISecurityEncodable
interface ISecurityPolicyEncodable
interface IMembershipCondition
Public NotInheritable Class UrlMembershipCondition
Implements IMembershipCondition, ISecurityEncodable
Public NotInheritable Class UrlMembershipCondition
Implements IMembershipCondition
Public NotInheritable Class UrlMembershipCondition
- 상속
-
UrlMembershipCondition
- 특성
- 구현
설명
프로토콜(HTTP, HTTPS, FTP) 및 파일을 포함하여 전체 URL을 고려합니다. 예를 들어 는 http://www.fourthcoffee.com/process/grind.htm
전체 URL입니다.
URL은 정확히 일치하거나 최종 위치의 와일드카드로 일치시킬 수 있습니다. 예를 들어 는 http://www.fourthcoffee.com/process/*
와일드카드 URL입니다.
생성자
UrlMembershipCondition(String) |
멤버를 확인하는 URL을 사용하여 UrlMembershipCondition 클래스의 새 인스턴스를 초기화합니다. |
속성
Url |
멤버 자격 조건에서 테스트할 URL을 가져오거나 설정합니다. |
메서드
Check(Evidence) |
지정된 증명 정보가 멤버 자격 조건에 맞는지 여부를 확인합니다. |
Copy() |
멤버 자격 조건의 동일한 복사본을 만듭니다. |
Equals(Object) |
지정된 개체의 URL이 현재 UrlMembershipCondition에 포함된 URL과 동일한지 여부를 확인합니다. |
FromXml(SecurityElement, PolicyLevel) |
XML 인코딩의 지정된 상태를 사용하여 보안 개체를 다시 만듭니다. |
FromXml(SecurityElement) |
XML 인코딩의 지정된 상태를 사용하여 보안 개체를 다시 만듭니다. |
GetHashCode() |
현재 멤버 자격 조건의 해시 코드를 가져옵니다. |
GetType() |
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
ToString() |
멤버 자격 조건의 문자열 표현을 만들어 반환합니다. |
ToXml() |
보안 개체 및 현재 상태의 XML 인코딩을 만듭니다. |
ToXml(PolicyLevel) |
보안 개체 및 해당 보안 개체의 현재 상태에 대한 XML 인코딩을 지정된 PolicyLevel로 만듭니다. |
적용 대상
.NET