Class ReferenceType
[Serializable]
public class ReferenceType
- Inheritance
-
ReferenceType
- Inherited Members
Properties
DigestMethod
[Required(AllowEmptyStrings = true)]
public DigestMethodType DigestMethod { get; set; }
Property Value
DigestValue
[Required(AllowEmptyStrings = true)]
public byte[] DigestValue { get; set; }
Property Value
- byte[]
Id
[AllowNull]
[MaybeNull]
public string Id { get; set; }
Property Value
Transforms
[AllowNull]
[MaybeNull]
public Collection<TransformType> Transforms { get; set; }
Property Value
TransformsSpecified
Gets a value indicating whether the Transforms collection is empty.
public bool TransformsSpecified { get; }
Property Value
Type
[AllowNull]
[MaybeNull]
public string Type { get; set; }
Property Value
Uri
[AllowNull]
[MaybeNull]
public string Uri { get; set; }