Saml2Assertion.CanWriteSourceData 속성
Indicates whether this assertion was deserialized from XML source and can re-emit the XML data unchanged.
네임스페이스: Microsoft.IdentityModel.Tokens.Saml2
어셈블리: Microsoft.IdentityModel(microsoft.identitymodel.dll에 있음)
사용법
Dim instance As Saml2Assertion Dim value As Boolean value = instance.CanWriteSourceData
구문
‘선언
Public Overridable ReadOnly Property CanWriteSourceData As Boolean
public virtual bool CanWriteSourceData { get; }
public:
virtual property bool CanWriteSourceData {
bool get ();
}
/** @property */
public boolean get_CanWriteSourceData ()
public function get CanWriteSourceData () : boolean
속성 값
true if this assertion can re-emit the XML source data unchanged; otherwise, false.
설명
The default implementation preserves the source data when read using Saml2AssertionSerializer.ReadAssertion and is willing to re-emit the original data as long as the Id has not changed from the time that assertion was read.
Note that it is vitally important that SAML assertions with different data have different IDs. If implementing a scheme whereby an assertion "template" is loaded and certain bits of data are filled in, the Id must be changed.
스레드 안전성
이 유형의 공용 정적(Visual Basic에서는 Shared) 멤버는 모두 스레드로부터 안전합니다.인스턴스 멤버는 스레드로부터 안전하지 않을 수 있습니다.
플랫폼
개발 플랫폼
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
참고 항목
참조
Saml2Assertion 클래스
Saml2Assertion 멤버
Microsoft.IdentityModel.Tokens.Saml2 네임스페이스