C# 클래스 ContentSecurityPolicy.Net.Config.PolicyDirectiveElement

상속: System.Configuration.ConfigurationElementCollection
파일 보기 프로젝트 열기: eoftedal/ContentSecurityPolicy.Net 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ToAliasedDirective ( String name, String oldName ) : PolicyDirective
ToDirective ( String name ) : PolicyDirective

보호된 메소드들

메소드 설명
AddSourcesAndSelf ( UriPolicyDirective directive ) : void
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object

메소드 상세

AddSourcesAndSelf() 보호된 메소드

protected AddSourcesAndSelf ( UriPolicyDirective directive ) : void
directive UriPolicyDirective
리턴 void

CreateNewElement() 보호된 메소드

protected CreateNewElement ( ) : ConfigurationElement
리턴 System.Configuration.ConfigurationElement

GetElementKey() 보호된 메소드

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
리턴 object

ToAliasedDirective() 공개 메소드

public ToAliasedDirective ( String name, String oldName ) : PolicyDirective
name String
oldName String
리턴 PolicyDirective

ToDirective() 공개 메소드

public ToDirective ( String name ) : PolicyDirective
name String
리턴 PolicyDirective