FederationCertificates.SerializedStore Property
This property supports the AD FS infrastructure and is not intended to be used directly from your code. Gets or sets a base-64 encoded certificate store.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public byte[] SerializedStore { get; set; }
public:
property array<unsigned char>^ SerializedStore {
array<unsigned char>^ get();
void set(array<unsigned char>^ value);
}
member SerializedStore : byte[] with get, set
Public Property SerializedStore As Byte()
Property Value
Type: System.Byte[]
A base-64 encoded certificate store.
See Also
FederationCertificates Class
System.Web.Security.SingleSignOn Namespace
Return to top