C# 클래스 System.ServiceModel.Channels.Security.SecureMessageDecryptor

파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 메소드들

메소드 설명
DecryptMessage ( ) : Message

보호된 메소드들

메소드 설명
SecureMessageDecryptor ( Message source, System.ServiceModel.Channels.Security.MessageSecurityBindingSupport security ) : System

비공개 메소드들

메소드 설명
ExtractSecurity ( ) : void
GetAction ( ) : string
GetSignatureForToken ( System.IdentityModel.Tokens.SecurityToken token ) : WSSignedXml
ProcessSupportingTokens ( System.Security.Cryptography.Xml.SignedXml sxml ) : void
ReadHeaders ( Message srcmsg ) : void
ValidateTokensByParameters ( System.IdentityModel.Selectors.SecurityTokenAuthenticator a, System.IdentityModel.Selectors.SecurityTokenResolver r, List tokens ) : System.ServiceModel.Security.SupportingTokenSpecification
ValidateTokensByParameters ( IEnumerable plist, List tokens, bool optional, SecurityTokenAttachmentMode attachMode ) : void
ValidateTokensByParameters ( System.ServiceModel.Security.Tokens.SupportingTokenParameters supp, List tokens, bool optional ) : void

메소드 상세

DecryptMessage() 공개 메소드

public DecryptMessage ( ) : Message
리턴 System.Globalization.Message

SecureMessageDecryptor() 보호된 메소드

protected SecureMessageDecryptor ( Message source, System.ServiceModel.Channels.Security.MessageSecurityBindingSupport security ) : System
source System.Globalization.Message
security System.ServiceModel.Channels.Security.MessageSecurityBindingSupport
리턴 System