[This is preliminary documentation and is subject to change.]
Namespace: NFX.SecurityAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public PasswordRepresentation(
PasswordRepresentationType type,
string contentType,
byte[] content
)
public PasswordRepresentation(
PasswordRepresentationType type,
string contentType,
byte[] content
)
Public Sub New (
type As PasswordRepresentationType,
contentType As String,
content As Byte()
)
Public Sub New (
type As PasswordRepresentationType,
contentType As String,
content As Byte()
)
public:
PasswordRepresentation(
PasswordRepresentationType type,
String^ contentType,
array<unsigned char>^ content
)
public:
PasswordRepresentation(
PasswordRepresentationType type,
String^ contentType,
array<unsigned char>^ content
)
new :
type : PasswordRepresentationType *
contentType : string *
content : byte[] -> PasswordRepresentation
new :
type : PasswordRepresentationType *
contentType : string *
content : byte[] -> PasswordRepresentation