MediaProvider.FipsCompliantMediaEncryptionRequired Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether FIPS-compliant encryption should be used to secure media. If null, the MediaProvider should interpret a default value.
protected:
property Nullable<bool> FipsCompliantMediaEncryptionRequired { Nullable<bool> get(); };
protected Nullable<bool> FipsCompliantMediaEncryptionRequired { get; }
member this.FipsCompliantMediaEncryptionRequired : Nullable<bool>
Protected ReadOnly Property FipsCompliantMediaEncryptionRequired As Nullable(Of Boolean)