C# 클래스 mRemoteNG.Config.Serializers.XmlConnectionsDocumentEncryptor

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

공개 메소드들

메소드 설명
EncryptDocument ( System.Xml.Linq.XDocument documentToEncrypt, SecureString encryptionKey ) : System.Xml.Linq.XDocument
XmlConnectionsDocumentEncryptor ( ICryptographyProvider cryptographyProvider ) : System.Security

비공개 메소드들

메소드 설명
GetContentToEncrypt ( System.Xml.Linq.XNode element ) : string
ReplaceInnerXml ( System.Xml.Linq.XDocument originalDocument, string newContent ) : System.Xml.Linq.XDocument
ShallowCloneRootNode ( System.Xml.Linq.XElement originalElement ) : System.Xml.Linq.XElement

메소드 상세

EncryptDocument() 공개 메소드

public EncryptDocument ( System.Xml.Linq.XDocument documentToEncrypt, SecureString encryptionKey ) : System.Xml.Linq.XDocument
documentToEncrypt System.Xml.Linq.XDocument
encryptionKey System.Security.SecureString
리턴 System.Xml.Linq.XDocument

XmlConnectionsDocumentEncryptor() 공개 메소드

public XmlConnectionsDocumentEncryptor ( ICryptographyProvider cryptographyProvider ) : System.Security
cryptographyProvider ICryptographyProvider
리턴 System.Security